From 008a126db7a55ff0cea9aa0b4ebb87085a551faf Mon Sep 17 00:00:00 2001 From: Ray Tung Date: Tue, 3 Oct 2017 23:33:32 +1100 Subject: [PATCH] Updated appropriate docs referencing [root] --- src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md | 2 +- src/doc/guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md b/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md index de3f18cb0..574a6677f 100644 --- a/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md +++ b/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md @@ -71,7 +71,7 @@ Cargo will take the latest commit and write that information out into our `Cargo.lock` when we build for the first time. That file will look like this: ```toml -[root] +[[package]] name = "hello_world" version = "0.1.0" dependencies = [ diff --git a/src/doc/guide.md b/src/doc/guide.md index 55decf1ac..e63be4dd5 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -328,7 +328,7 @@ Cargo will take the latest commit and write that information out into our `Cargo.lock` when we build for the first time. That file will look like this: ```toml -[root] +[[package]] name = "hello_world" version = "0.1.0" dependencies = [ -- 2.30.2